Skip to content

ObserverBase.OnNext(T) method

Defined in

Type: ObserverBase Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public void OnNext(T value)

Summary: Notifies the observer of a new element in the sequence.

Parameters

NameTypeDescription
valueTNext element in the sequence.